FieldDomainPointsByUV(IList(UV), ICollection(Double), ICollection(Double))
Description:
Creates object from an array of two-dimensional point coordinates
Creates object from an array of two-dimensional point coordinates
Overloads (2):
FieldDomainPointsByUV(IList[UV],ICollection[Double],ICollection[Double])
public FieldDomainPointsByUV(
IList<UV> points,
ICollection<double> uCoordinates,
ICollection<double> vCoordinates
)
-
pointsArray of two-dimensional point coordinates representing domain points (usually on surface)
-
uCoordinatesSet of u coordinates at which to draw grid lines on the surface
-
vCoordinatesSet of v coordinates at which to draw grid lines on the surface
-
A non-optional argument was NULL